go/printer.printer.writeByte (method)
9 uses
go/printer (current package)
printer.go#L238: func (p *printer) writeByte(ch byte, n int) {
printer.go#L364: p.writeByte('\f', maxNewlines)
printer.go#L404: p.writeByte(sep, 1)
printer.go#L474: p.writeByte('\f', nlimit(n))
printer.go#L683: p.writeByte('\f', 1)
printer.go#L725: p.writeByte('\n', 1)
printer.go#L779: p.writeByte(' ', 1)
printer.go#L832: p.writeByte(byte(ch), 1)
printer.go#L1003: p.writeByte(ch, n)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)